home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / mred401.zip / RELEASE.DOC < prev    next >
Text File  |  1989-08-31  |  16KB  |  478 lines

  1.                RELEASE NOTES
  2.  
  3. This file contains information of interest to users who are upgrading
  4. from previous versions of Mister ED.  The features mentioned in this file
  5. are described in the file MANUAL.PRN.
  6.  
  7. If you are new to Mister ED, then you need not read this file.
  8.  
  9. Useful Tips
  10. -----------
  11. ■ When entering data for prompts you can use <Ctrl-Return> to initiate
  12.   the command.    This can be very useful for menus with lots of prompts
  13.   (like the menus associated with Environment, Browse, Search and Replace
  14.   commands).
  15.  
  16. ■ Did you know that you can search for multiple patterns.  This is done
  17.   by delimiting each pattern with the "|" character.  For example,
  18.   to search for the words "this" or "that" you would type "this|that".
  19.  
  20. ■ When you invoke Mister ED you can also specify a line number, to go to,
  21.   after the file name.    This works well with the assembler and compiler.
  22.  
  23. ■ You can use the SET command to specify a default file name (or file
  24.   mask) to load.  For example, typing "SET ED=TYPES.INT" would cause
  25.   Mister ED to try to load the file "TYPES.INT" upon invocation of itself
  26.   (providing no file name was specified).
  27.  
  28. ■ Learn to master the concept of file lists.  They can be very powerful.
  29.   Especially on projects with lots of source files.
  30.  
  31.   Did you know that?
  32.  
  33.   -  You can create a file list in "screen mode" by simply typing in the
  34.      names or masks of the files to be included in the file list and then
  35.      using "select mode" to select them.
  36.  
  37.   -  When using the "load" file command you can "load" a file list by
  38.      putting the "@" character in front of the file name that contains
  39.      the file list.
  40.  
  41.   -  You can build a file list via the Browse command.
  42.  
  43.   -  You can tailor a file list to a be a select group of file names via
  44.      the "load file" command or the "file select" command (<Shift-F2>).
  45.  
  46.   -  You can use <Ctrl-Plus> (the plus sign on the numeric key pad) and
  47.      <Ctrl-Minus> (also on key pad) keys to "load" the next or previous
  48.      file in the file list.
  49.  
  50.   -  You can get help describing the capabilities just listed by
  51.      requesting help when using the commands and modes that are
  52.      affiliated with file lists.
  53.  
  54.  
  55.                   ******************
  56.                   *  Version  2.4  *
  57.                   ******************
  58.  
  59. Browse
  60. ------
  61. ■ Multiple file masks.
  62.  
  63. ■ If no file is specified "*.*" is assumed.
  64.  
  65. ■ New option to pause after each pattern found.
  66.  
  67. ■ New option to send the output to the current window.
  68.  
  69. ■ The option to send the output to a device has been removed.
  70.  
  71. ■ The completion status lines has been modified.
  72.  
  73.  
  74. Compare Mode
  75. ------------
  76. ■ The cursor is now positioned on the characters that didn't match.
  77.  
  78. ■ The option prompts (ignore white space and case) have been moved to the
  79.   Environment command.
  80.  
  81. ■ The synchronization command (<ctrl-s>) will start scanning backwards if
  82.   the forward scan was unsuccessful.
  83.  
  84. ■ <ctrl+> and <ctrl-> work in compare-link mode with file lists.
  85.  
  86. ■ Windows that are "closed" or "hidden" are excluded from the compare.
  87.  
  88. ■ You can now delete a line in Compare Mode.
  89.  
  90. ■ You can do a horizontal scroll in Compare-Link mode.
  91.  
  92. ■ There must be at least one space between both tokens when ignoring white
  93.   space.
  94.  
  95.  
  96. Dos Command Line
  97. ----------------
  98. ■ ED [FileName ["Search Pattern" || [Line Number][,Column Number]]]
  99.   This can be repeated up to nine times.
  100.  
  101. ■ Can set up default parameters with the "SET" command (i.e. SET ED=
  102.   *.PAS "Procedure").
  103.  
  104. ■ "/I" to specify the source file include search path.
  105.  
  106. ■ The first file in a "file list" will be loaded.
  107.  
  108. ■ If Mister ED knows how to keep the video mode the video card is in, it
  109.   will.  This allows you to use non-standard text modes if you video card
  110.   supports them and lets the BIOS know.  For example my EGA card can do
  111.   132x44, and Mister ED can support it too, if I put the video card into
  112.   132x44 line mode first.
  113.  
  114.  
  115. Drawing Mode
  116. ------------
  117. ■ You can use <shift> with the keypad to erase characters.
  118.  
  119. ■ You can use <ctrl> with the keypad for cursor movement.
  120.  
  121.  
  122. Dropping a Window
  123. -----------------
  124. ■ You can "drop" more than one window by separating the window numbers
  125.   with commas (i.e. 1,3,7) or by entering a range (i.e. 3-6).
  126.  
  127. ■ If no window number is specified when dropping a window the current window
  128.   will be dropped.
  129.  
  130. ■ If the last window is dropped then Mister ED will exit.
  131.  
  132.  
  133. Environment
  134. -----------
  135. ■ Option to make <Home> and <End> "static" (the cursor isn't moved to the
  136.   previous line or the next line).
  137.  
  138. ■ Option to make Next and Previous word mode to the start of the word only.
  139.  
  140. ■ Option to put Mister ED into 43/50 line mode when using a EGA/VGA video card.
  141.  
  142. ■ Default search options can now be recorded in the environment.
  143.  
  144. ■ Optional pulldown menus.
  145.  
  146. ■ Allow the optional use of Enhanced keyboard calls for more compatibility
  147.   with keyboard enhancers, OS/2, and the use of F11 and F12.
  148.  
  149. ■ Enhanced keyboard calls (for F11 and F12) can conflict with some of the
  150.   TSR programs (i.e. SideKick and SuperKey).
  151.  
  152.  
  153. File Lists
  154. ----------
  155. ■ You can now intersperse multiple paths.
  156.  
  157. ■ You can use "!" to not a file mask.
  158.  
  159. ■ When creating a file list from wildcards, directories are always sorted
  160.   to the beginning of the file list.
  161.  
  162. ■ In <Shift F2> "+" and "-" will move to the next and previous file.
  163.  
  164. ■ The path must be included with each entry in the file list that references
  165.   a different directory than the current one.  This stems from the ability
  166.   to search multiple directories.
  167.  
  168.  
  169. Macros
  170. ------
  171. ■ Use <Alt=> to bring up the macros menu.
  172.  
  173. ■ Use <Alt-> to stop any macro operation (i.e. save a macro).
  174.  
  175.  
  176. Markers
  177. -------
  178. ■ The markers are now dynamic.
  179.  
  180. ■ Press <Enter> by itself to assign the cursor position to the next
  181.   available marker (if an unused one is available).
  182.  
  183. ■ When going a line <Enter> by itself will send you to the last marker used.
  184.  
  185. ■ Mister ED remembers the last place you typed and places an automatic
  186.   marker there.
  187.  
  188.  
  189. Miscellaneous
  190. -------------
  191. ■ Some new print options after selecting text.
  192.  
  193. ■ Better on-line help.    Also the help in screen-mode has been updated to
  194.   list all of the new commands.
  195.  
  196. ■ Can save read only (and hidden) files.  You will be warned accordingly.
  197.  
  198.  
  199. New Commands
  200. ------------
  201. ■ Use <Ctrl-C> to invoke condensed mode.  This mode display all of the
  202.   lines in the file start in column that are not comments.
  203.  
  204. ■ Use <Ctrl-G> to re-execute the last search, replace, select or block command.
  205.  
  206. ■ Use <Ctrl-J> to move the cursor to the top and the bottom of the screen.
  207.  
  208. ■ Press <Ctrl-Tab> to "enter" a tab.
  209.  
  210. ■ The Multi-View feature allows the user to have multiple windows for the
  211.   same file.  Invoke this feature from the command line by pressing <M>.
  212.  
  213.  
  214. Prompts
  215. -------
  216. ■ You can now use up and down arrow in menus with multiple prompts.
  217.  
  218. ■ You can use "+" and "-" in numeric fields to automatically increment and
  219.   decrement the numerical value.
  220.  
  221. ■ Use <Ctrl-G> at the search and load prompts to select from a list of
  222.   previous entries.
  223.  
  224.  
  225. Search
  226. ------
  227. ■ Regular Expressions.
  228.  
  229. ■ You can use C notation for special control characters (i.e. "\t" for
  230.   tab).
  231.  
  232. ■ Use <Ctrl-G> at the search prompt to display a list of search patterns.
  233.  
  234.  
  235. Select
  236. ------
  237. ■ Use <Ctrl-J> when selecting text to go to the beginning and the end
  238.   of the text that has been selected.
  239.  
  240. ■ You can now perform a search and replace within the text that has been
  241.   selected.
  242.  
  243. ■ You can use <Ctrl-G> to recall the last selection.
  244.  
  245. ■ All of the menu commands are now "hot".
  246.  
  247. ■ "Modify-Fill" allows you to fill a block with any desired character.
  248.  
  249.  
  250. Search and Replace
  251. ------------------
  252. ■ You can use a <CR> at the beginning or the end of the search and/or replace
  253.   patterns.
  254.  
  255. ■ You can now have multiple replace patterns.
  256.  
  257. ■ If verify is turned off then the display won't be updated.
  258.  
  259. ■ No error message when the search pattern isn't found if at least one
  260.   pattern was already found.
  261.  
  262. ■ The display will be scrolled horizontally if the pattern found is on t